[IA64]: noreturn cannot be used if function may return
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 12 Jan 2007 14:50:01 +0000 (14:50 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 12 Jan 2007 14:50:01 +0000 (14:50 +0000)
commite04e1175e896d45aca60522d89149c51fe947c5f
tree1dd93d85adc397a6a218c6ccccf7117885f22688
parent043158a97fd840b9e877d7418238ef4c37d57b87
[IA64]: noreturn cannot be used if function may return

The functions die_if_kernel and vmx_die_if_kernel can certainly
return.  This disqualifies them from using the noreturn keyword
which is reserved for functions that never return.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
xen/arch/ia64/linux-xen/unaligned.c
xen/arch/ia64/xen/xenmisc.c